home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / G DATA AddOns2 / WebShop / _SETUP.1 / Kopie (2) von index.xml < prev    next >
Extensible Markup Language  |  2001-12-27  |  397b  |  19 lines

  1. <?xml version='1.0' encoding='iso-8859-1'?>
  2. <!-- gs shopbuilder 2 xml -->
  3.  
  4. <!-- list of product groups -->
  5. <productgroups>
  6.  
  7. {forallcategories}{IfProductsInCategory}
  8. <productgroup>
  9. <groupname>
  10. {CategoryName}
  11. </groupname>
  12. <grouppagename>
  13. {CategoryPageLink}
  14. </grouppagename>
  15. </productgroup>{ElseIfProductsInCategory}{EndIfProductsInCategory}
  16. {forallcategoriesend}
  17.  
  18. </productgroups>
  19.